home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DC CD-ROM Comic Book: Aq…- War of the Water Worlds
/
DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso
/
pc
/
master18.dxr
/
00022.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-30
|
224 b
|
15 lines
on exitFrame
global gMusic
cursor(0)
if gMusic = 0 then
sound stop 2
else
if gMusic = 1 then
set the soundEnabled to 0
set the soundEnabled to 1
end if
end if
delay(30)
go("pane4a")
end